Welcome![Sign In][Sign Up]
Location:
Search - hash table

Search list

[Windows DevelopHash-table-

Description: ** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in freeing a table. Perhaps I should code up ** something a little less grungy, but it works, so what the heck. */ static void (*function)(void *) = (void (*)(void *))NULL static hash_table *the_table = NULL /* Initialize the hash_table to the size asked for. Allocates space ** for the correct number of pointers and sets them to NULL. if it ** can t allocate sufficient memory, signals error by setting the size ** of the table to 0. -** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in freeing a table. Perhaps I should code up ** something a little less grungy, but it works, so what the heck. */ static void (*function)(void *) = (void (*)(void *))NULL static hash_table *the_table = NULL /* Initialize the hash_table to the size asked for. Allocates space ** for the correct number of pointers and sets them to NULL. if it ** can t allocate sufficient memory, signals error by setting the size ** of the table to 0.
Platform: | Size: 3072 | Author: ahmadfatemi | Hits:

[Data structshash

Description: 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
Platform: | Size: 1024 | Author: 刘鑫 | Hits:

[Data structsHash

Description: 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
Platform: | Size: 315392 | Author: liyan | Hits:

[Data structsHash

Description: 散列表实现电话号码查找系统。 (1) 设每个记录有下列数据项:用户名、电话号码、地址; (2) 从键盘输入各记录,以用户名(汉语拼音形式)为关键字建立散列表; (3) 采用一定的方法解决冲突; (4) 查找并显示给定电话号码的记录; -The hash table phone number lookup system. (1) Let each record the following data: user name, phone number, address input from the keyboard (2) for each record, set up the hash to the user name (Pinyin form) for the keyword (3) certain methods of conflict resolution (4) to find and display to set the phone number of record
Platform: | Size: 1536000 | Author: 卧龙 | Hits:

[Internet-Networkan194-1(how-to-make-hash-table)

Description: How To Program the has table filter in the cs8900a and cs8920a. Refer that-How To Program the has table filter in the cs8900a and cs8920a. Refer that!!
Platform: | Size: 50176 | Author: H2O | Hits:

[MiddleWarehash

Description: hash表的实际应用举例说明!该程序从hash表定义到使用的过程!-the practical application of the hash table is an example! The program is defined from the hash table to use the process!
Platform: | Size: 1024 | Author: lyc | Hits:

[OS programhash

Description: Hash 散列表的算法实现,有详细的代码解释-Hash hash table algorithm, a detailed interpretation of the code
Platform: | Size: 9216 | Author: joyking | Hits:

[Data structshash

Description: 一个比较基础的hash表建立程序,有助于大家对hash表的原理掌握。对不熟悉hash的朋友相当有用。-A basis for comparison of the hash table to establish a program to help people grasp the principle of the hash table. Friends are not familiar with the hash quite useful.
Platform: | Size: 5120 | Author: 李天 | Hits:

[Printing programHash

Description: 基于Hash表的程序同源性分析,可以利用本程序进行两个程序源码比较相似度-Homology analysis Hash Table-based program, you can use the program two program source code similarity
Platform: | Size: 3072 | Author: lemon | Hits:

[assembly languagehash

Description: 哈希表的构建,信息的插入,信息的查询,信息的删除,信息的查询-A hash table build, the insertion of information, the information query, information deleted, information query
Platform: | Size: 2048 | Author: 郭宇 | Hits:

[assembly languagehash

Description: 统计英文文章中关键词出现的次数,输出并记录关键词,利用哈希表-Statistics English articles in the number of key words, the output and record keywords using a hash table
Platform: | Size: 1024 | Author: 魏申鹏 | Hits:

[Otherhash

Description: 哈希表查找长度,哈希函数的设置,显示哈希函数-Find the length of the hash table
Platform: | Size: 2048 | Author: 吴钦彬 | Hits:

[Data structshash

Description: 开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
Platform: | Size: 3072 | Author: 朱晓建 | Hits:

[Data structshash

Description: 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++
Platform: | Size: 1024 | Author: roysin | Hits:

[Otherhash

Description: 用visual c++写的一个哈希表的算法,体现了哈希表查找的优点-With Visual c++ write a hash table algorithm, reflecting the advantages of hash table lookup
Platform: | Size: 1089536 | Author: 姚世奇 | Hits:

[Linux-Unixdbus-hash

Description: Generic hash table utility internal to D-Bus implementation.
Platform: | Size: 12288 | Author: guekongseng | Hits:

[OtherHASH

Description: 哈希表的 原理 类别 实现 哈希表的 原理 类别 实现-The principle of the hash table hash table to achieve the principle of class class class implementation to achieve the principles of the hash table
Platform: | Size: 1153024 | Author: xuy | Hits:

[CSharpHash

Description: 读取两个文件中的内容,并识别关键字统计关键字的个数,利用哈希表的开放地址发和链地址法进行保存,并计算两个文件的差异性大小,输出用两种方法进行哈希表计算的效率比较。-Read the contents of the two files, and identifies the number of keyword statistics keyword, use an open address hash table address method development and chains to save, and calculate the difference between the size of the two files, the output of two ways hash table to calculate the efficiency of the comparison.
Platform: | Size: 6144 | Author: kiki | Hits:

[Embeded Linuxhash

Description: 一个简单的c代码的hash表数据库框架,-A simple c code hash table frame
Platform: | Size: 1024 | Author: xiaodong | Hits:

[Data structsHash

Description: 用于Hash表的处理,对hash表的各种应用以及对hash表的各种处理-Hash table for the processing of various applications on the hash table and hash tables for various processing
Platform: | Size: 2048 | Author: 张贇 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 39 »

CodeBus www.codebus.net